services.mosquitto.listeners.*.users.<name>.hashedPassword
Specifies the hashed password for the MQTT User.
To generate hashed password install the mosquitto
package and use mosquitto_passwd, then extract
the second field (after the :) from the generated
file.
- Type
null or single-line string- Default
null- Declared
- <nixpkgs/nixos/modules/services/networking/mosquitto.nix>